type golang.org/x/net/http2.serverInternalState

8 uses

	golang.org/x/net/http2 (current package)
		server.go#L93: type serverInternalState struct {
		server.go#L105: func (s *serverInternalState) registerConn(sc *serverConn) {
		server.go#L114: func (s *serverInternalState) unregisterConn(sc *serverConn) {
		server.go#L123: func (s *serverInternalState) startGracefulShutdown() {
		server.go#L140: func (s *serverInternalState) getErrChan() chan error {
		server.go#L147: func (s *serverInternalState) putErrChan(ch chan error) {
		server.go#L162: 	conf.state = &serverInternalState{
		server_common.go#L134: 	state *serverInternalState